home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / ASSIGN.TXT next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  22 lines

  1. <<<<<<<<<<<<<<<<<<<<<          ASSIGN             >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Tells DOS to use a different drive from the one that was
  4. specified.  This corrects problems caused when a program arbitrarily
  5. specifies a drive that is not on your microcomputer.
  6.  
  7. NOTE:  This will not work with some copy-protected applications 
  8. programs that call for an original floppy disk supplied by the 
  9. publisher to be in Drive A.  Thus an ASSIGN A=C will not circumvent
  10. requirements that an original system disk be in Drive A for programs
  11. like Lotus 1-2-3 or dBase III.
  12.  
  13. ;    ASSIGN B=A         ...     Causes DOS to use Drive A whenever
  14. ;                               a program calls for use of Drive B
  15. ;                               -- a useful feature if you have a
  16. ;                               floppy Drive A and a fixed Drive C.
  17.  
  18. ;    ASSIGN             ...     Will undo the reassignment so that
  19. ;                               physical drives are the same as
  20. ;                               assigned drives.
  21. ###
  22.